NevronOpenVision
Nevron.Nov Namespace / NApplication Class / BeginInvoke Method / BeginInvoke<TArg1,TArg2>(Function<TArg1,TArg2>,TArg1,TArg2) Method
BeginInvoke<TArg1,TArg2>(Function<TArg1,TArg2>,TArg1,TArg2) Method
Executes the specified function asynchronously with the specified array of arguments on the UI thread (Application thread).
Syntax
public static void BeginInvoke<TArg1,TArg2>( 
   Nevron.Nov.Function<TArg1,TArg2> func,
   TArg1 arg1,
   TArg2 arg2
)

Parameters

func
arg1
arg2

Type Parameters

TArg1
TArg2
Requirements

Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

See Also